body {
	background-image: url("https://i.pinimg.com/474x/84/97/c7/8497c79c2dc1c1151aff3bc05d0a298b.jpg");
	color: white;
	font-family: Verdana;
	text-align: left;
	width: 880px;
	height: 670px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
main {
	background-color: black;
	width: 880px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 5px 5px 5px 5px;
	padding: 2px;
	box-shadow: inset 0px 0px 0px 2px black, black 0px 0px 5px 2px;
}
#top {
	color: black;
	position: top;
	margin: 5px;
	margin-bottom: 10px;
}
#topimg {
	width: 870px;
}
.main {
	width: 680px;
	color: white;
	margin-right: 5px;
}
.mainbody {
	margin-right: -2px;
	margin-left: -2px;
	margin-bottom: -2px;
	margin-top: 2px;
	padding: 2px;
	font-size: 14px;
	background-color: black;
	color: white;
	width: 680px;
	height: 580px;
}
.maintxt {
	margin-left: 3px;
}
.mainhead {
	margin-left: 3px;
}
.linkbox{
	width: 650px;
	background-image: linear-gradient(black,#2b2b2b);
	border-style: solid;
	border-width: 1px;
	border-color: black;
	box-shadow: inset 0px 0px 0px 1px #2b2b2b, inset 0px 0px 10px 2px #2b2b2b;
	padding: 10px;
	margin-bottom: 5px;
}
.boxdate{
	float: right;
	font-size: 12px;
}
.boxtitle{
	margin-bottom: 5px;
}
.boxtext{
	margin-left: 5px;
	font-size: 13px;
}
.box{
	color: white;
}
.box:hover{
	color: white;
}
.linkbox:hover{
	color: white;
	background-image: linear-gradient(black,#840d0d);
	border-style: solid;
	border-width: 1px;
	border-color: black;
	box-shadow: inset 0px 0px 0px 1px #840d0d, inset 0px 0px 10px 2px #840d0d;
}

#page {
	position: relative;
	float: left;
}
.sidehead {
	margin-left: 8px;
	margin-bottom: -5px;
}
.side{
	width: 150px;
	margin-left: 5px;
	margin-right: 9px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: black;
	box-shadow: inset 0px 0px 5px 2px #840d0d, #840d0d 0px 0px 6px 2px;
}
#profile {
	margin-top: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-image: linear-gradient(black,#2b2b2b);
	box-shadow: inset 0px 0px 0px 1px #2b2b2b, inset 0px 0px 10px 2px #2b2b2b;
	margin-bottom: 10px;
	color: #e61c36;
	width:150px;
	margin-right: 9px;
	font-size: 13px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
}
#side2head{
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 2px;
}
.sidelinks {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	padding: 4px;
	font-size: 13px;
	background-image: linear-gradient(#141414,#212121);
	color: #e61c36;
	width: 145px;
	box-shadow: inset 0px 0px 10px 2px black;
}
a:visited {
	color: #e61c36;
}
a:hover {
	color: #b20119;
}
a {
	color: #e61c36;
	text-decoration: none;
}
.sidelinkstxt {
	margin-left: 4px;
}
.sublinks {
	font-size: 12px;
	margin-left: 12px;
}
.img {
	width: 164px;
	margin-bottom: -1.5px;
	margin-left: 2px;
}
.inline {
	float: right;
}
.sections{
  margin-left: 5px;
}
.sectionhead{
  text-align: center;
  margin-bottom: -3px;
  margin-top: 5px;
  padding: 0px;
}